HRESULT IDWriteFontFace::GetGdiCompatibleGlyphMetrics([In] float emSize,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[In, Buffer] const unsigned short* glyphIndices,[In] unsigned int glyphCount,[Out, Buffer] DWRITE_GLYPH_METRICS* glyphMetrics,[In] BOOL isSideways)
シンタックス
'宣言
Public Overloads Sub GetGdiCompatibleGlyphMetrics( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Nullable(Of Matrix3x2), _
ByVal As Bool, _
ByVal () As System.Short, _
ByVal As System.Integer, _
ByVal () As GlyphMetrics, _
ByVal As Bool _
)
public void GetGdiCompatibleGlyphMetrics(
System.float ,
System.float ,
System.Nullable<Matrix3x2> ,
Bool ,
System.short[] ,
System.int ,
GlyphMetrics[] ,
Bool
)
パラメータ
- emSize
- pixelsPerDip
- transform
- useGdiNatural
- glyphIndices
- glyphCount
- glyphMetrics
- isSideways
参照